2008-05-22 Hiroyuki Ikezoe <poincare@ikezoe.net>
* gtk/gtksockget.c: (gtk_socket_realize): Remove second call of
GTK_WIDGET_SET_FLAGS (widget, GTK_REALIZED).
svn path=/trunk/; revision=20126
+2008-05-22 Hiroyuki Ikezoe <poincare@ikezoe.net>
+
+ * gtk/gtksockget.c: (gtk_socket_realize): Remove second call of
+ GTK_WIDGET_SET_FLAGS (widget, GTK_REALIZED).
+
2008-05-21 Richard Hult <richard@imendio.com>
* gdk/quartz/gdkwindow-quartz.c:
_gtk_socket_windowing_filter_func,
widget);
- GTK_WIDGET_SET_FLAGS (widget, GTK_REALIZED);
-
/* We sync here so that we make sure that if the XID for
* our window is passed to another application, SubstructureRedirectMask
* will be set by the time the other app creates its window.